home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr36 / vfx004wb.zip / VOTEFIX.CFG next >
Text File  |  1993-04-28  |  6KB  |  145 lines

  1. ;Address that is running VoteFix.  No default.  Must be specified.
  2. ;This address only appears in feedback send back to voters.
  3. Address 1:163/307.30
  4.  
  5. ;SystemName is the name of your BBS/System running VoteFix.  No default.
  6. ;Must be specified.
  7. SystemName Carp Valley Point
  8.  
  9. ;SysopName is your name or the name of the election coordinator.  No default.
  10. ;Must be specified.
  11. SysopName Steve Mulligan
  12.  
  13. ;The VoteFixName verb tells VoteFix what name it will identify as itself when
  14. ;scanning message areas for ballots.  The default is VoteFix.
  15. VoteFixName VoteFix
  16.  
  17. ;Addresses to notify if a vote was cast after an election has closed.  Sender
  18. ;is a valid address (sends to the person the vote was cast by).  The default
  19. ;is Sender.  You can have up to eight of these.  When you specify an address,
  20. ;there is an optional second parameter that is the name of the person at the
  21. ;address.  If this isn't specified, Sysop is used.
  22. BadDate Sender
  23.  
  24. ;Address to notify if there was already a vote received from the address who
  25. ;is voting.  Sender is a valid address (sends to the person the vote was
  26. ;cast by).  The default is Sender.  You can have up to eight of these.  When
  27. ;you specify an address, there is an optional second parameter that is the
  28. ;name of the person at the address.  If this isn't specified, Sysop is used.
  29. Cheating Sender
  30.  
  31. ;Address to notify if voter was not found in a .LST file if there is one for
  32. ;the election.  Sender is a valid address (sends to the person the vote was
  33. ;cast by).  The default is Sender.  You can have up to eight of these.  When
  34. ;you specify an address, there is an optional second parameter that is the
  35. ;name of the person at the address.  If this isn't specified, Sysop is used.
  36. NotInList Sender
  37.  
  38. ;Message base path takes three options.  It defines what message bases it
  39. ;should scan when VoteFix is run in Scan mode (gathering votes).  The first
  40. ;is the path to the message base.  The second is the message base type
  41. ;(Squish, Hudson, Fido, Ezy).  The third is where VoteFix will start scanning
  42. ;(LastRead, First).  If the message base type if omitted, Squish is the
  43. ;default.  If where to start scanning from is omitted, LastRead is the
  44. ;default.  There can be eight of these.
  45. ;
  46. ;Note: If you are using Hudson or EzyComm message bases, you put the board
  47. ;number in front of the path.  eg:  007C:\MYMSGS
  48. MsgBase \msgs\votefix Squish First
  49.  
  50. ;Subject defines the elections you are running.  It takes three options.  The
  51. ;first is the actual subject of the election.  The second is the file
  52. ;(without extension) to where the results for this election will be stored.
  53. ;The thrid is the Year (two numbers) separated by a dash then month then a
  54. ;dash then date (eg. 93-11-31 in other words, the date the election closes
  55. ;in YY-MM-DD format).  Be sure to choose the filename carfully. Don't add
  56. ;an extension because .VFX is used.  Also, your .VOT, .INF & .LST files will
  57. ;use the same filename only with a .VOT, .INF or .LST extension.
  58. Subject Elect1 Elect1 93-04-25
  59. Subject Elect2 Elect2 93-04-25
  60. Subject Elect3 Elect3 93-04-25
  61.  
  62. ;Tally defines that bases that get posted to when you request a tally ( -T on
  63. ;the command line) or a password report ( -R on the command line).
  64. ;Tally takes five options.  The first one is the pathname to the .VFX file to
  65. ;tally when the -T option is specified on the command line.  The second is the
  66. ;destination of the report when this election is tallied.  This can be
  67. ;TextFile, Screen, Squish, Hudson or Fido.  The third option is the path name
  68. ;of the file that the report will be written to (not used if Screen was
  69. ;specified).  The fourth option (optional) is the address who the report is
  70. ;destined for (not used if Screen or TextFile was specified).  The fifth
  71. ;option is the name of the person you want the message addressed to.
  72. ;
  73. ;Note: If you are using Hudson message bases, you put the board number
  74. ;in front of the path.  eg:  007C:\MYMSGS
  75. Tally Elect1 Squish \msgs\votefix 1:163/307.30 Steve Mulligan
  76. Tally Elect2 Squish \msgs\votefix 1:163/307.30 Steve Mulligan
  77. Tally Elect3 Squish \msgs\votefix 1:163/307.30 Steve Mulligan
  78.  
  79. ;Sent back when user asks for vote confirmation.
  80. ConfirmFile           CFMNRMFL.DEF
  81.  
  82. ;Sent back when user asks for vote confirmation.  Includes vote in reply.
  83. ConfirmVoteFile       CFMVOTFL.DEF
  84.  
  85. ;Sent to admin when people trying to cheat.
  86. CheatingFile          CHEATNRM.DEF
  87.  
  88. ;Sent to sender when trying to cheat.
  89. CheatingSenderFile    CHEATSND.DEF
  90.  
  91. ;Sent to admin when people not in valid voters list.
  92. NotInListFile         NOLSTNRM.DEF
  93.  
  94. ;Sent to sender when not in valid voters list
  95. NotInListSenderFile   NOLSTSND.DEF
  96.  
  97. ;Sent to admin when late ballot received.
  98. BadDateFile           BDATENRM.DEF
  99.  
  100. ;Sent to sender when late ballot received.
  101. BadDateSenderFile     BDATESND.DEF
  102.  
  103. ;Sent when can't find a matching subject and ExactSubject is true.
  104. BadSubjectFile        BDSUBJFL.DEF
  105.  
  106. ;Sent when can't find a valid matching vote in .VOT file and ExactVote in use.
  107. BadVoteFile           BDVOTEFL.DEF
  108.  
  109. ;Sent back when user requests a tally.
  110. SmallTallyFile        TALLYSML.DEF
  111.  
  112. ;Sent back when user requests information about an election.
  113. VoteInfoFile          VOTEINFO.DEF
  114.  
  115. ;Sent back when user requests list of valid subjects.
  116. SubjectListFile       SUBJLIST.DEF
  117.  
  118. ;Sent back when user requests list of valid votes.
  119. VoteListFile          VOTELIST.DEF
  120.  
  121. ;When AllowTally is No, will not allow user to see tallied results (!).
  122. ;Default is Yes.
  123. AllowTally Yes
  124.  
  125. ;When AllowConfirm is No, will not allow user to see confirmation (@).
  126. ;Default is Yes.
  127.  
  128. AllowConfirm Yes
  129.  
  130. ;When AllowVoteConfirm is No, will not allow user to see vote confirmation (#).
  131. ;Default is Yes.
  132. AllowVoteConfirm Yes
  133.  
  134. ;When AllowElectionInfo is No, will not allow user to .INF files ($).
  135. ;Default is Yes.
  136. AllowElectionInfo Yes
  137.  
  138. ;When AllowVoteList is No, will not allow user to see valid votes (%).
  139. ;Default is Yes.
  140. AllowVoteList Yes
  141.  
  142. ;When AllowElectionList is No, will not allow user to see valid election
  143. ;list (^).  Default is Yes.
  144. AllowElectionList Yes
  145.